projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1542ad3
)
(jump-to-register): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 8 Nov 1993 13:14:59 +0000
(13:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 8 Nov 1993 13:14:59 +0000
(13:14 +0000)
lisp/register.el
patch
|
blob
|
history
diff --git
a/lisp/register.el
b/lisp/register.el
index cf8dafae0d985c3353ef394bd7337f27e3578206..34e64bf6ca35a2c4bb17f8c6976b9402f5d76dce 100644
(file)
--- a/
lisp/register.el
+++ b/
lisp/register.el
@@
-83,7
+83,7
@@
configuration (all frames), restore that frame or all frames accordingly.
First argument is a character, naming the register.
Optional second arg non-nil (interactively, prefix argument) says to
delete any existing frames that the frame configuration doesn't mention.
-\(Otherwise, these frames are
made invisible
.)"
+\(Otherwise, these frames are
iconified
.)"
(interactive "cJump to register: \nP")
(let ((val (get-register char)))
(cond